﻿/* Ribbon styles 
.ms-rteStyle-MySpecialStyle {
    -ms-name: "Code Samples";
    font-style: bold;
    color: red;
}

span.ms-rteElement-MySpecialStyle {
    -ms-name: "My special style";
    font-style: bold;
    color: gray;
}

h2.ms-rteElement-SpecialHeading{
    -ms-name: "Special Heading";
    font-style: bold;
    color: green;
}*/

h2.ms-rteElement-TituloAzul{
    -ms-name: "Titulo_Azul";
    color: #0072C6;
    font-family:Tahoma;
    font-size:1.1em;
    }
    
